Fix comment typo
authorMatthias Clasen <mclasen@redhat.com>
Wed, 24 Sep 2014 23:50:28 +0000 (19:50 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 25 Sep 2014 00:31:11 +0000 (20:31 -0400)
gtk/gtkmenu.c

index ce023f96b37d2ced40f71f9b79e9e21551aff8eb..9a21b551d2152d1d5ae76c342b61182f9d136edf 100644 (file)
@@ -4487,7 +4487,7 @@ gtk_menu_position (GtkMenu  *menu,
   pointer = _gtk_menu_shell_get_grab_device (GTK_MENU_SHELL (menu));
   gdk_device_get_position (pointer, &pointer_screen, &x, &y);
 
-  /* Realize so we have the proper width and heigh to figure out
+  /* Realize so we have the proper width and height to figure out
    * the right place to popup the menu.
    */
   gtk_widget_realize (priv->toplevel);